home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gWinDriveLetter, soundspathstart, cdpath
- the searchPath = ["e:\sounds\strtgame\"]
- x = getAt(the searchPath, 1)
- sound playFile 1, x & "egozcold.aif"
- if soundBusy(1) then
- alfred = x
- gWinDriveLetter = char 1 of line 1 of alfred
- soundspathstart = gWinDriveLetter & ":\sounds\"
- cdpath = gWinDriveLetter & ":\"
- else
- go("option3")
- end if
- end
-